home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / pmangband.lha / f_info.txt < prev    next >
Text File  |  2000-12-03  |  6KB  |  478 lines

  1. # File: f_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/raw/f_info.raw" file, which is
  5. # used to initialize the "terrain feature" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9.  
  10. # After modifying this file, delete the "lib/raw/f_info.raw" file.
  11.  
  12. # Note that the terrain feature are grouped into very regular groups,
  13. # such that each of the bits in the feature type conveys information.
  14.  
  15. # Note that terrain feature zero contains the "darkness" picture.
  16.  
  17.  
  18. # Version stamp (required)
  19.  
  20. V:2.9.9
  21.  
  22.  
  23. # 0x00 --> nothing
  24.  
  25. N:0:nothing
  26. G: :w
  27.  
  28.  
  29. # 0x01 --> open floor
  30.  
  31. N:1:open floor
  32. G:.:w
  33.  
  34. # 0x02 --> grass
  35.  
  36. N:2:grass
  37. G:.:g
  38.  
  39. # 0x03 --> packed dirt
  40.  
  41. N:3:packed dirt
  42. G:.:u
  43.  
  44. # 0x04 --> crops  
  45.  
  46. N:4:crops
  47. G:%:g
  48.  
  49. # 0x05 --> loose dirt
  50.  
  51. N:5:loose dirt
  52. G:%:u
  53.  
  54. # 0x06 --> water
  55.  
  56. N:6:water
  57. G:~:b
  58.  
  59. # 0x07 --> mud
  60.  
  61. N:7:mud
  62. G:~:u
  63.  
  64. # 0x08 --> invisible trap (drawn as open floor)
  65.  
  66. N:8:invisible trap
  67. G:.:w
  68. M:1
  69.  
  70. # 0x09 --> glyph of warding
  71.  
  72. N:9:glyph of warding
  73. G:;:y
  74.  
  75. # 0x0A --> open door
  76.  
  77. N:10:open door
  78. G:':U
  79.  
  80. # 0x0B --> broken door
  81.  
  82. N:11:broken door
  83. G:':U
  84.  
  85. # 0x0C --> up stairs (perm)
  86.  
  87. N:12:up staircase
  88. G:<:w
  89.  
  90. # 0x0D --> down stairs (perm)
  91.  
  92. N:13:down staircase
  93. G:>:w
  94.  
  95. # 0x0E --> open door to a home
  96.  
  97. N:14:open door
  98. G:':U
  99.  
  100. # 0x10 --> visible trap -- trap door
  101.  
  102. N:16:trap door
  103. G:^:w
  104.  
  105. # 0x11 --> visible trap -- open pit
  106.  
  107. N:17:pit
  108. G:^:s
  109.  
  110. # 0x12 --> visible trap -- spiked pit
  111.  
  112. N:18:pit
  113. G:^:s
  114.  
  115. # 0x13 --> visible trap -- poison pit
  116.  
  117. N:19:pit
  118. G:^:s
  119.  
  120. # 0x14 --> visible trap -- rune -- summon
  121.  
  122. N:20:strange rune
  123. G:^:o
  124.  
  125. # 0x15 --> visible trap -- rune -- teleport
  126.  
  127. N:21:strange rune
  128. G:^:o
  129.  
  130. # 0x16 --> visible trap -- spot -- fire
  131.  
  132. N:22:discolored spot
  133. G:^:u
  134.  
  135. # 0x17 --> visible trap -- spot -- acid
  136.  
  137. N:23:discolored spot
  138. G:^:u
  139.  
  140. # 0x18 --> visible trap -- dart -- slow
  141.  
  142. N:24:dart trap
  143. G:^:r
  144.  
  145. # 0x19 --> visible trap -- dart -- lose str
  146.  
  147. N:25:dart trap
  148. G:^:r
  149.  
  150. # 0x1A --> visible trap -- dart -- lose dex
  151.  
  152. N:26:dart trap
  153. G:^:r
  154.  
  155. # 0x1B --> visible trap -- dart -- lose con
  156.  
  157. N:27:dart trap
  158. G:^:r
  159.  
  160. # 0x1C --> visible trap -- gas -- blind
  161.  
  162. N:28:gas trap
  163. G:^:g
  164.  
  165. # 0x1D --> visible trap -- gas -- confuse
  166.  
  167. N:29:gas trap
  168. G:^:g
  169.  
  170. # 0x1E --> visible trap -- gas -- poison
  171.  
  172. N:30:gas trap
  173. G:^:g
  174.  
  175. # 0x1F --> visible trap -- gas -- sleep
  176.  
  177. N:31:gas trap
  178. G:^:g
  179.  
  180. # 0x20 --> tree
  181.  
  182. N:32:tree
  183. G:*:g
  184.  
  185. # 0x21 --> evil tree
  186.  
  187. N:33:dark tree
  188. G:*:D
  189.  
  190. # 0x28 --> home door (strength 1)
  191.  
  192. N:40:closed door
  193. G:+:U
  194.  
  195. # 0x29 --> home door (strength 2)
  196.  
  197. N:41:closed door
  198. G:+:U
  199. M:40
  200.  
  201. # 0x2A --> home door (strength 2)
  202.  
  203. N:42:closed door
  204. G:+:U
  205. M:40
  206.  
  207. # 0x2B --> home door (strength 2)
  208.  
  209. N:43:closed door
  210. G:+:U
  211. M:40
  212.  
  213. # 0x2C --> home door (strength 2)
  214.  
  215. N:44:closed door
  216. G:+:U
  217. M:40
  218.  
  219. # 0x2D --> home door (strength 2)
  220.  
  221. N:45:closed door
  222. G:+:U
  223. M:40
  224.  
  225. # 0x2E --> home door (strength 2)
  226.  
  227. N:46:closed door
  228. G:+:U
  229. M:40
  230.  
  231. # 0x2F --> home door (strength 2)
  232.  
  233. N:47:closed door
  234. G:+:U
  235. M:40
  236.  
  237. # used for the wilderness border
  238. N:48:permanent wall
  239. #G: :w
  240. G: :w
  241.  
  242. # logs, used for log cabin
  243. N:49:logs
  244. G:=:u
  245.  
  246. # drawbridge, used for moats
  247. N:64:drawbridge
  248. G:=:u
  249.  
  250. # 0x48 --> shop -- general store (perm)
  251.  
  252. N:72:General Store
  253. G:1:U
  254.  
  255. # 0x49 --> shop -- armoury (perm)
  256.  
  257. N:73:Armoury
  258. G:2:s
  259.  
  260. # 0x4A --> shop -- weapon shop (perm)
  261.  
  262. N:74:Weapon Smiths
  263. G:3:w
  264.  
  265. # 0x4B --> shop -- temple (perm)
  266.  
  267. N:75:Temple
  268. G:4:g
  269.  
  270. # 0x4C --> shop -- alchemist (perm)
  271.  
  272. N:76:Alchemy Shop
  273. G:5:b
  274.  
  275. # 0x4D --> shop -- magic shop (perm)
  276.  
  277. N:77:Magic Shop
  278. G:6:r
  279.  
  280. # 0x4E --> shop -- black market (perm)
  281.  
  282. N:78:Black Market
  283. G:7:D
  284.  
  285. N:79:Tavern
  286. G:8:y
  287.  
  288. # 0x50 --> shop - AUCTION House . woo hoo. -AD-
  289.  
  290. N:80:Auction House
  291. G:9:B
  292.  
  293. # 0x6x --> locked door (power 0)
  294.  
  295. N:96:door
  296. G:+:U
  297. M:96
  298.  
  299. # 0x6x --> locked door (power 1)
  300.  
  301. N:97:locked door
  302. G:+:U
  303. M:96
  304.  
  305. # 0x6x --> locked door (power 2)
  306.  
  307. N:98:locked door
  308. G:+:U
  309. M:96
  310.  
  311. # 0x6x --> locked door (power 3)
  312.  
  313. N:99:locked door
  314. G:+:U
  315. M:96
  316.  
  317. # 0x6x --> locked door (power 4)
  318.  
  319. N:100:locked door
  320. G:+:U
  321. M:96
  322.  
  323. # 0x6x --> locked door (power 5)
  324.  
  325. N:101:locked door
  326. G:+:U
  327. M:96
  328.  
  329. # 0x6x --> locked door (power 6)
  330.  
  331. N:102:locked door
  332. G:+:U
  333. M:96
  334.  
  335. # 0x6x --> locked door (power 7)
  336.  
  337. N:103:locked door
  338. G:+:U
  339. M:96
  340.  
  341. # 0x6x --> jammed door (power 0)
  342.  
  343. N:104:jammed door
  344. G:+:U
  345. M:96
  346.  
  347. # 0x6x --> jammed door (power 1)
  348.  
  349. N:105:jammed door
  350. G:+:U
  351. M:96
  352.  
  353. # 0x6x --> jammed door (power 2)
  354.  
  355. N:106:jammed door
  356. G:+:U
  357. M:96
  358.  
  359. # 0x6x --> jammed door (power 3)
  360.  
  361. N:107:jammed door
  362. G:+:U
  363. M:96
  364.  
  365. # 0x6x --> jammed door (power 4)
  366.  
  367. N:108:jammed door
  368. G:+:U
  369. M:96
  370.  
  371. # 0x6x --> jammed door (power 5)
  372.  
  373. N:109:jammed door
  374. G:+:U
  375. M:96
  376.  
  377. # 0x6x --> jammed door (power 6)
  378.  
  379. N:110:jammed door
  380. G:+:U
  381. M:96
  382.  
  383. # 0x6x --> jammed door (power 7)
  384.  
  385. N:111:jammed door
  386. G:+:U
  387. M:96
  388.  
  389. # 0x70 --> secret door
  390.  
  391. N:112:secret door
  392. G:#:w
  393. M:120
  394.  
  395. # 0x71 --> rubble
  396.  
  397. N:113:rubble
  398. G:::w
  399.  
  400. # 0x72 --> magma vein
  401.  
  402. N:114:magma vein
  403. G:%:s
  404.  
  405. # 0x73 --> quartz vein
  406.  
  407. N:115:quartz vein
  408. G:%:w
  409.  
  410. # 0x74 --> magma vein + treasure
  411.  
  412. N:116:magma vein
  413. G:%:s
  414. M:114
  415.  
  416. # 0x75 --> quartz vein + treasure
  417.  
  418. N:117:quartz vein
  419. G:%:w
  420. M:115
  421.  
  422. # 0x76 --> magma vein + known treasure
  423.  
  424. N:118:magma vein with treasure
  425. G:*:o
  426.  
  427. # 0x77 --> quartz vein + known treasure
  428.  
  429. N:119:quartz vein with treasure
  430. G:*:o
  431.  
  432. # 0x78 --> granite wall -- basic
  433.  
  434. N:120:granite wall
  435. G:#:w
  436.  
  437. # 0x79 --> granite wall -- inner
  438.  
  439. N:121:granite wall
  440. G:#:w
  441. M:120
  442.  
  443. # 0x7A --> granite wall -- outer
  444.  
  445. N:122:granite wall
  446. G:#:w
  447. M:120
  448.  
  449. # 0x7B --> granite wall -- solid
  450.  
  451. N:123:granite wall
  452. G:#:w
  453. M:120
  454.  
  455. # 0x7C --> permanent wall -- basic (perm)
  456.  
  457. N:124:permanent wall
  458. G:#:w
  459.  
  460. # 0x7D --> permanent wall -- inner (perm)
  461.  
  462. N:125:permanent wall
  463. G:#:w
  464. M:124
  465.  
  466. # 0x7E --> permanent wall -- outer (perm)
  467.  
  468. N:126:permanent wall
  469. G:#:w
  470. M:124
  471.  
  472. # 0x7F --> permanent wall -- solid (perm)
  473.  
  474. N:127:permanent wall
  475. G:#:w
  476. M:124
  477.  
  478.